home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / comm / tcp / MiamiStartStop.lha / MiamiStartStop / MSS < prev    next >
Encoding:
Text File  |  1999-08-08  |  3.5 KB  |  49 lines

  1. Rx MiamiStartStop2.Rexx Miami:Miami.default
  2.  
  3. ;Miami Start/Stop v2.60:
  4. ;
  5. ;Usage:
  6. ;MiamiStartStop Settings/M,MiamiExe/K,Always=GUI/S,Startup/K,NoStartup/S,GoStart=RunStart/S,Shutdown/K,NoAutoOnline=NAO/S,Phone=PhoneCost/S,NoVerify/S,Expert/S,Details/S,Sync/K,Online/S,Offline/S,QuialGUI=ShowDial/S,LargeGUI/S,ReConnect/K,Help=?/S
  7. ;
  8. ;Where:
  9. ;Settings            - Uses this file as your Miami settings
  10. ;MiamiExe            - Use the file specified as your Miami Executable
  11. ;                       EG: MiamiStartStop MiamiExe=MiamiDx.beta
  12. ;Always / GUI        - Keeps the Miami Start/Stop GUI open until you hit the Depart button.
  13. ;Startup             - Will use the file to load programs & send ARexx commands.
  14. ;                       EG: MiamiStartStop Startup=ENV:MSS_Files_2
  15. ;NoStartup           - Will not use any Startup file to load programs.
  16. ;                       It overrides ENV:MSS_Startup and the Startup argument.
  17. ;GoStart / RunStart  - Will run the Startup file straight away if Miami is online already.
  18. ;Shutdown            - Will use the file to load programs & send ARexx commands.
  19. ;                       EG: MiamiStartStop Shutdown=ENV:MSS_Kill_2
  20. ;NoShutdown          - Will not use any Shutdown file to load programs & send ARexx commands.
  21. ;                       It overrides ENV:MSS_Shutdown and the Shutdown argument.
  22. ;GoShut / RunShut    - Will run the Shutdown file straight away.
  23. ;Time                - Will alter the delay between starting time of loading the programs.
  24. ;                       EG: 6 seconds gap between each program is: Time=6  Default is 5.
  25. ;Wait                - Will alter the wait time for Miami to get online before asking what to do.
  26. ;                       Minimum is 20 seconds.  Maximum is 3600 seconds(60 Minutes).  Default is 60
  27. ;NoAutoOnline / NAO  - Will not wait for Miami to go AutoOnline.  It will popup the Online window.
  28. ;NoVerify            - Will make sure (verify) if you wish to Disconnect/Quit/Force Quit.
  29. ;Expert              - Will remove the general button information above the buttons (Expert menus).
  30. ;Details             - Will show you Miami's Online Details if you are online.
  31. ;Sync                - Will let you choose a way to load the Miami phone log (a-)synchronously.
  32. ;                       EG:
  33. ;                        Sync=0 (Default) will load the file A-Sychronously(Good for fast Harddrives
  34. ;                        Sync=1 will load the file Synchronously (General use Sync).
  35. ;                        Sync=2 will load the file Synchronously(Best for Very fast CPUs & Very slow
  36. ;                       Note: It will load the whole logfile into memory before working on it.
  37. ;Online              - Will put Miami online of you are not online already.
  38. ;Offline             - Will take Miami offline with warnings if you are online.
  39. ;Quit                - Will quit Miami with warnings if it is running.
  40. ;ForceQuit           - Will force quit Miami with warnings if it is running.
  41. ;Lock                - Will lock the Miami GUI (making the pointer busy).
  42. ;UnLock              - Will unlock the Miami GUI (making the pointer not busy).
  43. ;KillGUI             - Will release Miami's current GUI library so you can flush it, saving memory.
  44. ;DialGUI / ShowDial  - Will show the Miami GUI whilst trying to get online.
  45. ;LargeGUI            - Will show all the extra menu options at once at the expense of screen space.
  46. ;ReConnect           - Will let you supply a delay (in seconds) before attempting to reconnect
  47. ;                       EG: MiamiStartStop ReConnect=90
  48. ;Help / ?            - Will show this help information.
  49.